Skip to content

deps(dotnet): Bump NLog from 6.1.2 to 6.1.3#76

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/NLog-6.1.3
Closed

deps(dotnet): Bump NLog from 6.1.2 to 6.1.3#76
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/NLog-6.1.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Copy link
Copy Markdown
Contributor

Updated NLog from 6.1.2 to 6.1.3.

Release notes

Sourced from NLog's releases.

6.1.3

Improvements

  • #​6168 PropertiesDictionary - Preserve MessageTemplate property details when adding extra properties. (@​snakefoot)
  • #​6149 LoggingRule - Updating FinalMinLevel should also update MinLevel when same LogLevel. (@​snakefoot)
  • #​6165 AsyncTaskTarget - Retry with help from Task.Delay. (@​snakefoot)
  • #​6164 DateLayoutRenderer - UniversalTime = false should only convert to local when UTC. (@​snakefoot)
  • #​6138 SimpleLayout skip Precalculate when INoAllocationStringValueRenderer available. (@​reabr)
  • #​6158 TemplateEnumerator - Optimize ParseTextPart by direct calling IndexOfAny. (@​snakefoot)
  • #​6152 TemplateEnumerator - Optimize parsing of single digit holename. (@​snakefoot)
  • #​6142 InternalLogger - Skip allocating params array when no exception. (@​snakefoot)
  • #​6145 InternalLogger - Handle Exception ToString can throw with AOT. (@​snakefoot)
  • #​6154 ColoredConsoleTarget - Optimize Console Coloring for Word Highlight. (@​snakefoot)
  • #​6159 ColoredConsoleTarget - Reset capture of previous colors after ResetDefaultColors. (@​snakefoot)
  • #​6140 TryParseEnum - Apply Enum.TryParse since better for AOT. (@​snakefoot)
  • #​6143 Fixed various issues reported by EnableNETAnalyzers. (@​snakefoot)

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: NLog
  dependency-version: 6.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file nuget NuGet package updates labels May 19, 2026
@dependabot dependabot Bot requested a review from karlspace as a code owner May 19, 2026 13:40
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file nuget NuGet package updates labels May 19, 2026
@github-actions

Copy link
Copy Markdown

AI Analysis

Technical Summary:

This pull request updates the NLog dependency in a .NET project from version 6.1.2 to 6.1.3. NLog is a logging framework used to record diagnostic and operational information in applications.


Technical Requirements and Constraints

  • Upgrade the NuGet package reference for NLog from v6.1.2 to v6.1.3.
  • Ensure compatibility of the new NLog version with the existing codebase and dependent modules.
  • Confirm no breaking changes are introduced by this minor version update.
  • Maintain existing logging configurations and behaviors unless improved by the update.
  • The update should ideally not require code changes other than the dependency version bump.

Implementation Considerations

  • Update the csproj or packages.config file to reference NLog 6.1.3.
  • Restore NuGet packages and verify successful build.
  • Run existing tests (unit/integration) to validate compatibility.
  • Review release notes for

This summary was automatically generated by AI to help with triage and may not be 100% accurate.

Suggested Labels: test

@dependabot @github

dependabot Bot commented on behalf of github May 19, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #77.

@dependabot dependabot Bot closed this May 19, 2026
@dependabot dependabot Bot deleted the dependabot/nuget/NLog-6.1.3 branch May 19, 2026 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file nuget NuGet package updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants